object frmMsgDlg: TfrmMsgDlg Left = 337 Top = 285 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'msgdlg' ClientHeight = 175 ClientWidth = 428 Color = clWhite DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown DesignSize = ( 428 175) PixelsPerInch = 96 TextHeight = 14 object shpAlertCallout: TShape Left = 4 Top = 44 Width = 420 Height = 63 Anchors = [akLeft, akTop, akRight] Enabled = False Pen.Color = clSilver Visible = False end object lblMessageText: TLabel Left = 8 Top = 48 Width = 83 Height = 14 Caption = 'lblMessageText' ShowAccelChar = False end object imgType: TImage Left = 8 Top = 8 Width = 32 Height = 32 Transparent = True end object lblTitle: TLabel Left = 48 Top = 16 Width = 369 Height = 16 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'lblTitle' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False Transparent = True WordWrap = True end object tmrTimeout: TTimer Enabled = False OnTimer = tmrTimeoutTimer Left = 48 Top = 96 end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 16 Top = 96 end end